home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / popview.dfm / popview.txt
Encoding:
Text File  |  1999-07-30  |  2.6 KB  |  133 lines

  1. object MsgViewDlg: TMsgViewDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'TmsCustomMessage Viewer'
  6.   ClientHeight = 354
  7.   ClientWidth = 514
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 514
  21.     Height = 65
  22.     Align = alTop
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 8
  27.       Top = 8
  28.       Width = 32
  29.       Height = 13
  30.       Caption = 'From:'
  31.       Font.Color = clBlack
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.     end
  37.     object Label2: TLabel
  38.       Left = 8
  39.       Top = 40
  40.       Width = 48
  41.       Height = 13
  42.       Caption = 'Subject:'
  43.       Font.Color = clBlack
  44.       Font.Height = -11
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.     end
  49.     object Label3: TLabel
  50.       Left = 8
  51.       Top = 24
  52.       Width = 32
  53.       Height = 13
  54.       Caption = 'Date:'
  55.       Font.Color = clBlack
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.     end
  61.     object FromLabel: TLabel
  62.       Left = 80
  63.       Top = 8
  64.       Width = 49
  65.       Height = 13
  66.       Caption = 'FromLabel'
  67.     end
  68.     object DateLabel: TLabel
  69.       Left = 80
  70.       Top = 24
  71.       Width = 49
  72.       Height = 13
  73.       Caption = 'DateLabel'
  74.     end
  75.     object SubjectLabel: TLabel
  76.       Left = 80
  77.       Top = 40
  78.       Width = 62
  79.       Height = 13
  80.       Caption = 'SubjectLabel'
  81.     end
  82.   end
  83.   object AttListView: TListView
  84.     Left = 0
  85.     Top = 284
  86.     Width = 514
  87.     Height = 70
  88.     Align = alBottom
  89.     OnDblClick = AttListViewDblClick
  90.     Columns = <>
  91.     ReadOnly = False
  92.     PopupMenu = PopupMenu1
  93.     TabOrder = 1
  94.     LargeImages = ImageList1
  95.   end
  96.   object BodyMemo: TMemo
  97.     Left = 0
  98.     Top = 65
  99.     Width = 514
  100.     Height = 219
  101.     Align = alClient
  102.     ScrollBars = ssVertical
  103.     TabOrder = 2
  104.   end
  105.   object ImageList1: TImageList
  106.     Height = 32
  107.     Width = 32
  108.     Left = 400
  109.     Top = 8
  110.   end
  111.   object PopupMenu1: TPopupMenu
  112.     OnPopup = PopupMenu1Popup
  113.     Left = 464
  114.     Top = 248
  115.     object Execute1: TMenuItem
  116.       Caption = '&Execute'
  117.       ShortCut = 0
  118.       OnClick = AttListViewDblClick
  119.     end
  120.     object Save1: TMenuItem
  121.       Caption = '&Save'
  122.       ShortCut = 0
  123.       OnClick = Save1Click
  124.     end
  125.   end
  126.   object SaveDialog1: TSaveDialog
  127.     FileEditStyle = fsEdit
  128.     Filter = 'All Files (*.*)|*.*'
  129.     Left = 424
  130.     Top = 248
  131.   end
  132. end
  133.